home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
tobby_ur.swf
/
scripts
/
DefineSprite_16
/
frame_3
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
146 b
|
10 lines
if(getTimer() - this.startTime >= this.stayTime)
{
_parent.play();
this.stop();
}
else
{
this.gotoAndPlay(_currentframe - 1);
}